Skip to content

Commit f1113cf

Browse files
authored
Synchronize with BCD v6.0.19 (#39737)
1 parent 3a85d69 commit f1113cf

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

files/en-us/web/api/element/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Listen to these events using `addEventListener()` or by assigning an event liste
462462
- : Fired when a pointer is moved out of the _hit test_ boundaries of an element (among other reasons).
463463
- {{domxref("Element/pointerover_event", "pointerover")}}
464464
- : Fired when a pointer is moved into an element's hit test boundaries.
465-
- {{domxref("Element/pointerrawupdate_event", "pointerrawupdate")}} {{Experimental_Inline}}
465+
- {{domxref("Element/pointerrawupdate_event", "pointerrawupdate")}}
466466
- : Fired when a pointer changes any properties that don't fire {{domxref("Element/pointerdown_event", "pointerdown")}} or {{domxref("Element/pointerup_event", "pointerup")}} events.
467467
- {{domxref("Element/pointerup_event", "pointerup")}}
468468
- : Fired when a pointer is no longer active.

files/en-us/web/api/element/pointerrawupdate_event/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ title: "Element: pointerrawupdate event"
33
short-title: pointerrawupdate
44
slug: Web/API/Element/pointerrawupdate_event
55
page-type: web-api-event
6-
status:
7-
- experimental
86
browser-compat: api.Element.pointerrawupdate_event
97
---
108

11-
{{APIRef}}{{SeeCompatTable}}{{secureContext_header}}
9+
{{APIRef}}{{secureContext_header}}
1210

1311
The **`pointerrawupdate`** event is fired when a pointer changes any properties that don't fire {{domxref('Element/pointerdown_event', 'pointerdown')}} or {{domxref('Element/pointerup_event', 'pointerup')}} events.
1412
See {{domxref('Element/pointermove_event', 'pointermove')}} for a list of these properties.

files/en-us/web/css/reading-flow/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
title: reading-flow
33
slug: Web/CSS/reading-flow
44
page-type: css-property
5+
status:
6+
- experimental
57
browser-compat: css.properties.reading-flow
68
---
79

8-
{{CSSRef}}
10+
{{CSSRef}}{{SeeCompatTable}}
911

1012
The **`reading-flow`** [CSS](/en-US/docs/Web/CSS) property enables modifying the {{glossary("reading order")}} of child elements of a [block](/en-US/docs/Glossary/Block/CSS), [flex](/en-US/docs/Web/CSS/CSS_flexible_box_layout), or [grid](/en-US/docs/Web/CSS/CSS_grid_layout) layout. This affects the order in which they are rendered to speech and navigated to when using sequential navigation such as tabbing to links or buttons.
1113

files/en-us/web/css/reading-order/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
title: reading-order
33
slug: Web/CSS/reading-order
44
page-type: css-property
5+
status:
6+
- experimental
57
browser-compat: css.properties.reading-order
68
---
79

8-
{{CSSRef}}
10+
{{CSSRef}}{{SeeCompatTable}}
911

1012
The **`reading-order`** [CSS](/en-US/docs/Web/CSS) property enables changing the order in which a child of a [reading flow container](/en-US/docs/Glossary/Reading_order#reading_flow_container) is read relative to its element siblings.
1113

files/en-us/web/http/reference/headers/clear-site-data/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ Clear-Site-Data: "*"
6161

6262
- : The server signals that the client should reload all browsing contexts for the origin of the response ({{domxref("Location.reload")}}).
6363

64-
- `"prefetchCache"`
64+
- `"prefetchCache"` {{experimental_inline}}
6565

6666
- : Used to clear {{domxref("Speculation Rules API", "speculation rules", "", "nocode")}} prefetches that are scoped to the referrer origin.
6767

68-
- `"prerenderCache"`
68+
- `"prerenderCache"` {{experimental_inline}}
6969

7070
- : Used to clear {{domxref("Speculation Rules API", "speculation rules","", "nocode")}} prerenders that are scoped to the referrer origin.
7171

0 commit comments

Comments
 (0)